home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / ssii110a.zip / EDITOR.HLP < prev    next >
Text File  |  1992-08-12  |  3KB  |  120 lines

  1. *Cursor Positioning <>
  2.  
  3.   FUNCTION                    KEYSTROKE
  4.  
  5.   Word left                 ^F or ^Left arrow
  6.   Word right                ^A or ^Right arrow
  7.  
  8.   Line up                   ^E or Up arrow
  9.   Line down                 ^X or Down arrow
  10.   Page up                   ^R or PgUp
  11.   Page down                 ^C or PgDn
  12.  
  13.   Beginning of document     ^PgUp
  14.   End of document           ^PgDown
  15.   Beginning of line          Home
  16.   End of line                End
  17. #
  18.  
  19. *Text Manipulation
  20.  
  21.     FUNCTION                    KEYSTROKE
  22.  
  23.     Delete char                 ^G or Del
  24.     Delete word                 ^T
  25.     Delete line                 ^Y
  26.  
  27.     Insert / overwrite          ^V or Ins
  28.     New line                    ^M or Enter
  29.     Insert line                 ^N
  30.  
  31.     Don't interpret next key    ^P
  32.     (^P inserts the next key as an ASCII value)
  33. #
  34.  
  35. *Block commands
  36.  
  37.   FUNCTION                   KEYSTROKE
  38.  
  39.   Mark start of block        ^KB or F7
  40.   Mark end of block          ^KK or F8
  41.   Go to start of block       ^QB
  42.   Go to end of block         ^QK
  43.  
  44.   Read block (insert text)   ^KR
  45.   Write block                ^KW
  46.  
  47.   Copy block                 ^KC
  48.   Delete block (cut)         ^KY or F5
  49.   Move block                 ^KV
  50.  
  51.   Print block                ^KP
  52.   Unmark block               ^KH
  53. #
  54.  
  55. *Function keys
  56.  
  57.  F1 - Help               Shft-F1  - Set Help File Directory
  58.  F2 - Save file          Shft-F2  - Select Directory
  59.  F3 - <not assigned>     Shft-F3  - Set Extension
  60.  F4 - <not assigned>
  61.  F5 - <not assigned>
  62.  F6 - Print              Shft-F6  - Setup Printer
  63.  F7 - Block begin
  64.  F8 - Block end          Shft-F8  - Remove Block Markers
  65.  F9 - Find               Shft-F9  - Find and Replace
  66.  F10- <not assigned>     Shft-F10 - Delete ALL Text
  67.  
  68.  (All commands that destroy text ask for confirmation!)
  69.  
  70. #
  71.  
  72. *Searching and Replacing
  73.  
  74.     FUNCTION                   KEYSTROKE
  75.  
  76.     Find                       ^QF
  77.     Find and replace           ^QA
  78.     Resume search              ^L
  79.  
  80.  Search Options:  G  - Global search
  81.                   B  - Backwards search
  82.                   C  - Count replacments
  83.                   U  - Ignore case
  84.                   W  - Whole word search
  85.                   N  - No confirmation
  86.                  [n] - repeat n times
  87.  
  88. #
  89.  
  90. *File Commands
  91.  
  92.  
  93.  Saving:
  94.    Save and exit              ^KX or ^KD or ^END or Alt-X
  95.  
  96.  Quitting:
  97.    Save and exit              ^KX or ^KD or ^END or Alt-X
  98.    Abandon changes and exit   ^KQ or ESCape
  99.  
  100.  Loading:
  101.    Read in a file as a block   ^KR
  102. #
  103.  
  104. *Resizing the Edit Window
  105.  
  106.  
  107.  
  108.       To activate move/resize, press the
  109.       ScrollLock key.  You will be in move/resize
  110.       mode until ScrollLock is Off, or ESCape
  111.       is pressed.
  112.  
  113.       To MOVE, press keypad arrow keys.
  114.       To RESIZE, press Shift and keypad arrow keys.
  115.  
  116.       Left Shift to Shrink the window size.
  117.       Right Shift to Grow the window size.
  118.  
  119. #
  120.